projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe6b11
)
Add "uninstall" command to cargo --help
author
johnthagen
<johnthagen@gmail.com>
Mon, 17 Jul 2017 12:46:36 +0000
(08:46 -0400)
committer
johnthagen
<johnthagen@gmail.com>
Mon, 17 Jul 2017 12:46:36 +0000
(08:46 -0400)
src/bin/cargo.rs
patch
|
blob
|
history
diff --git
a/src/bin/cargo.rs
b/src/bin/cargo.rs
index 5e54973bfc194396fe39462771181e7f99471552..c7432905c1520f7bbc6bef7037ba60d02cfd23ad 100644
(file)
--- a/
src/bin/cargo.rs
+++ b/
src/bin/cargo.rs
@@
-65,6
+65,7
@@
Some common cargo commands are (see all commands with --list):
search Search registry for crates
publish Package and upload this project to the registry
install Install a Rust binary
+ uninstall Uninstall a Rust binary
See 'cargo help <command>' for more information on a specific command.
";